home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR07 / PLDIAG11.ZIP / VPIC.ZIP / CONFIG.DOC < prev    next >
Text File  |  1991-10-03  |  8KB  |  136 lines

  1. CONFIGURING VPIC
  2.  
  3. VPIC must be configured to run correctly with your display board. The
  4. configuration process tells VPIC:
  5.     1. The title you want for the menu.
  6.     2. What VGA chip you have, so it can use the proper bank switching routine.
  7.     3. How much memory you have (in 64K banks).
  8.     4. The menu color you want (background:foreground).
  9.     5. How to set the various modes you want to use.
  10.  
  11. If you aren't sure which VGA chip your board uses, you can run WHICHVGA, which
  12. will try to identify your VGA chip and the amount of memory you have. Also check
  13. VGABOARD.DAT for a list of some of the VGA boards each chip was used on. If this
  14. doesn't work, you can remove the display board and look at the label on the
  15. large chip with leads coming out all four sides. Sometimes, you can tell without
  16. removing the board by using DEBUG (or Turbo Debugger, Codeview, or any debugger)
  17. and 'dumping' the contents of display BIOS. To do this, enter DEBUG at the DOS
  18. prompt and you will get a - prompt. Then enter d C000:0 to display the first
  19. part of display BIOS. To dump more of BIOS, juts enter d. You may recognize the
  20. chip manufacturers name here, such as ATI, Trident, Tseng, Paradise, etc. To
  21. exit DEBUG, just enter q.
  22.  
  23. If WHICHVGA comes back with VESA, that means that your board supports the VESA
  24. standard, which offers a standard interface for VPIC to your SuperVGA display
  25. adapter. It defines the SuperVGA extended modes that your card will do, and has
  26. a standard interface for setting the mode and bank switching, etc. You may have
  27. received a VESA `Terminate and Stay Resident' (TSR) program with your VGA board.
  28. If so, you are encouraged to use it, since it more or less guarantees that VPIC
  29. will work with your display card. The only disadvantage of VESA is concerned
  30. with scrolling the VGA screen, since there is no standard interface for setting
  31. the top of screen beyond 16 bits (line 81 at 800x600x256, line 102 at
  32. 640x480x256, or line 204 at 320x200x256). This version of VPIC automatically
  33. reads the VESA info from your display BIOS, and uses the VESA interface. If you
  34. enter VPIC with the /v option, VESA info is ignored and VPIC uses the
  35. configuration file info.
  36.  
  37. The current VPIC config file VGA chip names and the VGA chip manufacturers are:
  38.  
  39. VPIC Name   VGA Chip                Boards
  40. ==============================================================================
  41. AHEADA      Ahead ver A             Older Ahead cards.
  42. AHEADB      Ahead ver B             Ahead VGA Wizard/Deluxe.
  43. ATIOLD    ATI, 1024x768x16 mode 65h ATI ver 1 chip, VGAWonder
  44. ATINEW    ATI, 1024x768x16 mode 55h ATI ver 2 up chip, VGAWonder+, 1M avail.
  45. CHIPSTECH Chips & Technology 82C452 Older Cardinal and Boca boards.
  46. CIRRUS      Cirrus                  Used on laptops, etc. NOT SUPPORTED YET.
  47. EVEREX      Original Everex chip
  48. EVBIOS      Everex 673, etc         Has bank switching built into BIOS
  49. GENOA       Genoa (Sim ET 3000)     5300/6300 = 256K, others = 512K
  50. HEADLAND    Headland HT-208         VGA-1024i, Hewlett Packard, 1M avail.
  51. OAK         Oak                     Oak VGA boards
  52. PARADISE    Paradise                Older Paradise cards
  53. TRI88BR     Trident TVGA 8800BR     Used on older Trident boards with 128K banks; Phoebes
  54. TRI88CS     Trident TVGA 8800CS     Maxxon, Logix, ATI Prism, Imtec, 512K.
  55. TRI89       Trident TVGA 8900       EV-663, 1M memory avail.
  56. TS3000      Tseng ET 3000           Used on early Genoa, Orchid, Tecmar, 512K.
  57. TS4000      Tseng ET 4000           Recent Orchid, STB, Sigma, EV-623, 1M memory avail.
  58.                                     STB boards use mode 0x78 for 640x400x256 mode.
  59. TS4000HI    Tseng ET 4000 HiColor   Uses Sierra DAC to do 32K colors to 800x600, 1M.
  60. WD90C      Western Digital WD90C00  Recent Paradise cards, same operation.
  61. VIDEO7      Video 7                 Earlier Video 7 boards, Northgate.
  62. ZYMOS       Zymos Poach 51          True Tech HiRes, 512K.
  63. VESA        VESA Standard           For boards which have VESA in BIOS. This is
  64.                                     auto-detected now. Run WHICHVGA to see.
  65.  
  66. As new chips become available, they will be added to this list. Run WHICHVGA to
  67. find your VGA chip (works most of the time), and then run CONFIG and find a CFG
  68. file using that VGA chip. Check that the modes agree with the graphics modes in
  69. your manual (16 and 256 color modes only); if they match your card exactly, use
  70. that CFG file by pressing ENTER. If not, copy the closest file to a new filename
  71. with extension CFG and change the modes to agree with your manual. Make the
  72. title and menu color whatever you like (see CONFIGURATION FILE FORMAT). Then
  73. rerun CONFIG, pick that file, and press ENTER to configure VPIC. There are
  74. numerous configuration files which come with VPIC, but there are so many boards
  75. out there that I can't list all of them.
  76.  
  77. MENU CONFIGURATION
  78. To configure VPIC, make sure that VPIC, CVPIC, CONFIG, and all the .CFG files
  79. are in the current directory. By running the CONFIG program, VPIC can be
  80. configured from a menu. CONFIG lists all the configuration files (with a .cfg
  81. extension) in the current directory, and shows you the contents of each as you
  82. move around the list using the cursor keys. ESCape aborts the CONFIG program
  83. without changing VPIC, and ENTER configures VPIC for the highlighted file.
  84. Pressing a letter key jumps to next filename starting with that letter (or
  85. number).
  86.  
  87. MANUAL CONFIGURATION
  88. You can use CVPIC to configure VPIC manually by entering
  89.      CVPIC config_file[.ext]
  90. where the default extension is .cfg.
  91.  
  92. CONFIGURATION FILE (.CFG) FORMAT
  93. CVPIC ignores leading spaces and blank lines in the file, and all characters
  94. after a semicolon are considered comments and ignored. The .CFG file contains
  95. the following lines, which can be up to 150 characters in length each:
  96.  
  97.     1. Board name, which will appear in the VPIC menu. This is user defineable,
  98.        and could be something like 'Joe's VGA Board'.
  99.  
  100.     2. VGA CHIP should be one of the names supported by VPIC; see above. Upper
  101.        or lower case is OK.
  102.  
  103.     3. The number of 64K banks of display ram usable for pictures (1 for
  104.        standard VGA (no extended modes), 4 for 256K, 8 for 512K, 16 for 1M).
  105.  
  106.     4. Menu text color. A number whose value is (background*16 + foreground).
  107.        The allowable background colors are 0 thru 7, and the allowable
  108.        foreground colors are 0 thru 15. This number is easiest to figure if
  109.        entered in hex (prefixed by 0x); then the 1st digit is the background
  110.        color (0-7) and the 2nd digit is the foreground color (0-F). The digits
  111.        correspond to black (0), blue (1), green (2), aqua (3), red (4),
  112.        violet (5), brown (6), and white (7), and the digits 8-F are intensified
  113.        versions of the 0-7. For example, 0x3E would tell VPIC to use bright
  114.        yellow text on an aqua background. CONFIG gives the value in hex, and the
  115.        corresponding foreground-background colors.
  116.  
  117.     5 thru n. The following lines describe the modes supported by the board.
  118.       Each line is of the form: F1 F2 AX BX CX DX W H C G P where:
  119.         *  F1 = VGA (256 color) mode flag.
  120.         *  F2 = 256K colors to choose from flag (as in mode 12h, 640x480x16 or
  121.            any 256 color mode).
  122.         *  AX,BX,CX,DX  register values used to set this mode. Preceeding the
  123.            numbers by 0x indicates hex; ie., 0x10 = 16.
  124.         *  W, H, C  are width, height, colors in this mode.
  125. VESA.CFG ONLY
  126.         *  G is the VESA Granularity in Kilobytes; you only need to specify this
  127.            if WHICHVGA returned VESA and a Granularity of less than 64K for a
  128.            mode; ie, if the Granularity for a mode was 4K, use 4 for this field.
  129.         *  P is the number of color planes; usually 1 for 256 color modes and 4
  130.            for 16 color modes. However, the ATI in 1024x768x16 uses 1 plane and
  131.            2 pixels/byte.
  132.  
  133.       All the VGA (256 color) modes should be grouped first, followed by the EGA
  134.       (16 color) modes.
  135.  
  136.